home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / debugger / xxgdb.rea / text0000.txt < prev   
Encoding:
Text File  |  1993-04-12  |  886 b   |  24 lines

  1. In the interest of getting a binary of xxgdb linked to modern
  2. sharable Xfree libraries, I recompiled it(the bin on tsx is an
  3. Xfree1.1 vintage that has the X libraries statically linked,
  4. making for a rather large file).  The only changes required for
  5. xxgdb-1.06 are:
  6.  
  7.   1. Change BSD style name of FNDELAY to POSIX style O_NDELAY.
  8.   2. Change BSD style name of FAPPEND to POSIX style O_APPEND.
  9.   3. Defined SYSV so that setpgrp() is called with no arguments.
  10.   4. Commented out trapping and decoding of SIGBUS.
  11.  
  12. So to recompile xxgdb:
  13.  
  14.   1. ftp xxgdb-1.06.tar.Z, uncompress and tar.
  15.   2. uudecode and gunzip this post.
  16.   3. Apply xxgdb.diff with patch.
  17.   4. cd to ./xxgdb-1.06 and xmkmf
  18.   5. If your system is messed up like mine, change the line
  19.      "USRLIBDIR = /usr/X386/lib" to "USRLIBDIR = /usr/lib"
  20.   6. Type make and install the binary and man page.
  21.  
  22. credit: H.J. Lu helped me.
  23.  
  24.